home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / pchvrscn.rea < prev    next >
Text File  |  1996-01-16  |  3KB  |  83 lines

  1. Short:    REMOVES Overscan limits, V1.1, 28.12.95
  2. Author:   Thomas Krafzik
  3. Uploader: Martin Schulze (schulze@phil.uni-sb.de)
  4. Type:     util/boot
  5. Kurz:     beseitigt Overscangrenzen, V1.1, 28.12.95
  6. Requires: OS 2.1 or higher (tested with 3.1 on an Amiga4000/030)
  7.  
  8. DISCLAIMER:
  9. --------------------------------------------------------------------------
  10. This is FREEWARE and comes with no warranty at all.
  11. Distribution on Aminet and AminetCDs is always ok.
  12. Distribution by Fred Fish is always ok.
  13. Distribution on MeetingPearlsCDs is always ok.
  14. Distribution on SAAR AG disks is always ok.
  15. Other commercial distribution without written permission of me is strictly
  16. forbidden.
  17. --------------------------------------------------------------------------
  18.  
  19. Hello,
  20. this is a program you will find very useful, if you have an AMIGA equipped
  21. with ECS or AGA.
  22. Have you ever changed your monitor driver with MonEd or the like ?
  23. Perhaps you have noticed that if you increased vertical/horizontal resolution
  24. about the overscan limit you can have a larger view as your max overscan.
  25. But if you move the mouse beyond these overscan, the screen scrolls (if you have
  26. autoscroll on). If you haven't autoscroll on, the mouse stops at max overscan !
  27. Silly, eh ?
  28. So, increase the max/video overscan with this program and your screen scrolls
  29. no longer.
  30.  
  31. It can change the overscan settings for video, max, and nominal overscan.
  32. So you can, e.g. change the vertical overscan on the EURO36 monitor.
  33.  
  34. Template:
  35. PatchOverscan ID=MODEID/K/A O=OVERSCAN/K/A MINX/N/A MAXX/N/A MINY/N/A MAXY/N/A
  36.  
  37. ID:   a monitor id, like in include:graphics/modeid.h
  38.             (find it out with ModeIDList (also included in this package))
  39. O:    overscan type, one of N (Nominal)
  40.                                                         M (Maximal)
  41.                                                         V (Video)
  42. MINX: lower horizontal bound for overscan rectangle (can be < 0)
  43. MINY: lower vertical bound for overscan rectangle (can be < 0)
  44. MAXX: upper horizontal bound for overscan rectangle (must be > MINX)
  45. MAXY: upper veertical bound for overscan rectangle (must be > MINY)
  46.  
  47. Example:
  48. PatchOverscan ID=79000 O=M 0 0 719 299
  49.  
  50. This gives you a max overscan of 720 * 300 for the "EURO36: HighRes" screenmode.
  51. Start "Prefs/Overscan", select "EURO36" and now you can edit between 640 * 200
  52. and 720 * 300 pixels.
  53.  
  54. Best place to start this program is in your s:user-startup, but it must be placed
  55. after IPrefs !!
  56.  
  57. NOTE: This is a HACK and will not work for standard PAL and NTSC monitor
  58. drivers, because they don't seem to build a fully featured entry in the
  59. display database.
  60.  
  61. NOTE2: This is a simple program.
  62.  
  63. Tech:
  64. This program uses an undocumented function of the AmigaOS, so don't
  65. expect it to work with future versions of the OS. (>3.1)
  66. This was compiled with SAS/C 6.56 on an A4000/030 with 10 MB RAM, ARXON Scandoubler,
  67. Cybervision64 (not yet functional...), Monitor miro D1786T (30 - 86 kHz).
  68.  
  69. My Address:
  70. Thomas Krafzik
  71. Belforter Str. 20
  72. 45884 Gelsenkirchen
  73. Germany
  74.  
  75. Phone: (+49)209 12386 (international)
  76.              0209 12386 (german)
  77.  
  78. If you have any questions you can contact me by phone (sorry, no modem (yet ?))
  79. or by snail mail. If you send mail and expect an answer, include return postage
  80. also.
  81.  
  82. Thank you.
  83.